interfaces And Objects
fun <T : KoInterfaceAndObjectProvider> List<T>.interfacesAndObjects(includeNested: Boolean = true): List<KoInterfaceAndObjectDeclaration>
List containing interface or/and object declarations.
Return
A list containing interface or/and objects declarations.
Parameters
include Nested
Whether to include nested interfaces and objects.